Removed code for drawing the child in two places at once. Unfortunately,
authorOwen Taylor <otaylor@gtk.org>
Sat, 13 Jun 1998 01:36:28 +0000 (01:36 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Sat, 13 Jun 1998 01:36:28 +0000 (01:36 +0000)
commit92270f862031189db6efef152c13184a754f3a68
treef65ab078c33a78e6079cbd289ca0f1d1e0dd1602
parent1dc1b050b2a46813102cb58e8ca5b30c07943ba4
Removed code for drawing the child in two places at once. Unfortunately,

Fri Jun 12 21:20:42 1998  Owen Taylor  <otaylor@gtk.org>

* gtk/gtkoptionmenu.c (gtk_option_menu_expose): Removed
code for drawing the child in two places at once. Unfortunately,
not only does it not work anymore (because reparenting has
been fixed), but it also triggers reparent/expose loops
in some cases.

* gtk/gtkoptionmenu.c (gtk_option_menu_remove_contents): Removed
an unecessary unrealize.
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gdk/gdkwindow.c
gdk/x11/gdkwindow-x11.c
gtk/gtkoptionmenu.c